home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / debug.prog / RCS / debug.man,v < prev    next >
Encoding:
Text File  |  1988-12-30  |  1.1 KB  |  64 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     88.12.30.09.24.32;  author ouster;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     88.12.21.10.53.29;  author ouster;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @More format upgrades.
  27. @
  28. text
  29. @' $Header: /a/newcmds/debug.prog/RCS/debug.man,v 1.1 88/12/21 10:53:29 ouster Exp $ SPRITE (Berkeley)
  30. .so \*(]ltmac.sprite
  31. .HS DEBUG cmds
  32. .BS
  33. .SH NAME
  34. debug \- Start a command and put it immediately into the debugger
  35. .SH SYNOPSIS
  36. \fBdebug\fR \fIcommand\fR [\fIoptions\fR]
  37. .BE
  38.  
  39. .SH INTRODUCTION
  40. .PP
  41. The \fBdebug\fR command is used to initiate a process but force the process
  42. into the debugger before it executes any instructions, in order to
  43. facilitate debugging.  \fICommand\fR is the name of the command;
  44. if \fIoptions\fR are present, they will be passed to \fIcommand\fR
  45. as options.
  46.  
  47. .SH KEYWORDS
  48. debug
  49. @
  50.  
  51.  
  52. 1.1
  53. log
  54. @Initial revision
  55. @
  56. text
  57. @d1 1
  58. a1 1
  59. ' $Header: /sprite/doc/ref/cmds/RCS/debug,v 1.1 88/10/28 09:00:05 ouster Exp $ SPRITE (Berkeley)
  60. d13 1
  61. a13 1
  62. The Debug command is used to initiate a process but force the process
  63. @
  64.